libxl: fix incorrect log message in libxl_domain_destroy
authorRoger Pau Monne <roger.pau@entel.upc.edu>
Thu, 15 Dec 2011 17:55:46 +0000 (18:55 +0100)
committerRoger Pau Monne <roger.pau@entel.upc.edu>
Thu, 15 Dec 2011 17:55:46 +0000 (18:55 +0100)
commit8e4cd77b8ad4bb9e289a64c867d99bc7d30c22eb
treede0e9dc4dd618965341aeaa05a8bf7ad14dee1ee
parentc811f6765b3dfb768781352f37aa4ff65a8f54d7
libxl: fix incorrect log message in libxl_domain_destroy

Fix a log message that was referring to libxl_devices_dispose instead
of libxl__devices_destroy.

Signed-off-by: Roger Pau Monne <roger.pau@entel.upc.edu>
Acked-by: Ian Jackson <ian.jackson.citrix.com>
Committed-by: Ian Jackson <ian.jackson.citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl.c